home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / gs24src.zip / PSFILES.DOC < prev    next >
Text File  |  1992-03-19  |  4KB  |  122 lines

  1.    Copyright (C) 1990, 1991 Aladdin Enterprises.  All rights reserved.
  2.    Distributed by Free Software Foundation, Inc.
  3.  
  4. This file is part of Ghostscript.
  5.  
  6. Ghostscript is distributed in the hope that it will be useful, but
  7. WITHOUT ANY WARRANTY.  No author or distributor accepts responsibility
  8. to anyone for the consequences of using it or for whether it serves any
  9. particular purpose or works at all, unless he says so in writing.  Refer
  10. to the Ghostscript General Public License for full details.
  11.  
  12. Everyone is granted permission to copy, modify and redistribute
  13. Ghostscript, but only under the conditions described in the Ghostscript
  14. General Public License.  A copy of this license is supposed to have been
  15. given to you along with Ghostscript so you can know your rights and
  16. responsibilities.  It should be in a file named COPYING.  Among other
  17. things, the copyright notice and this notice must be preserved on all
  18. copies.
  19.  
  20. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  21.  
  22. This file, psfiles.doc, describes the .ps files distributed with
  23. Ghostscript, other than fonts.
  24.  
  25. For an overview of Ghostscript and a list of the documentation files, see
  26. README.
  27.  
  28. System files
  29. ------------
  30.  
  31. gs_init.ps - Ghostscript reads this automatically when it starts up.  It
  32. contains definitions of many standard procedures and initialization for a
  33. wide variety of things.
  34.  
  35. gs_fonts.ps - gs_init.ps reads this in.  It initializes Ghostscript's font
  36. machinery and provides some utility procedures that work with fonts.
  37.  
  38. gs_statd.ps - gs_init.ps reads this in.  It creates a dummy statusdict and
  39. some other environmental odds and ends for the benefit of P*stScr*pt files
  40. that really want to be printed on a LaserWriter.
  41.  
  42. gs_2asc.ps - gs_init.ps reads this in if the ASCIIOUT option is selected.
  43. It redefines many operators.  For more information, see the comments in
  44. the file.
  45.  
  46. gs_dps1.ps - gs_init.ps reads this in if the dps feature is included in
  47. the configuration.  It provides support for various Display PostScript and
  48. Level 2 features.
  49.  
  50. sym__enc.ps - the Symbol encoding, loaded only if referenced.
  51.  
  52. Art
  53. ---
  54.  
  55. chess.ps - A black-and-white chessboard.
  56.  
  57. golfer.ps - A gray-scale picture of a stylishly dressed woman swinging a
  58. golf club.
  59.  
  60. escher.ps - A colored version of a hexagonally symmetric Escher drawing of
  61. interlocking butterflies.  Can be printed on monochrome devices, with
  62. somewhat less dramatic results.
  63.  
  64. cheq.ps - A chessboard "font" used by chess.ps (obtained from the Adobe
  65. file server).
  66.  
  67. snowflak.ps - A rectangular grid of intricate colored snowflakes.
  68. (Renders very slowly.)
  69.  
  70. colorcir.ps - A set of nested ellipses made up of colored bars.
  71.  
  72. Utilities
  73. ---------
  74.  
  75. For more information on these utility programs, see the comments at the
  76. beginning of the files.
  77.  
  78. decrypt.ps - a utility for decrypting the eexec section of a font.
  79.  
  80. bdftops.ps - a utility for converting BDF fonts to outline form: see
  81. fonts.doc for more information.
  82.  
  83. gslp.ps - a utility for doing "line printing" of plain text files.
  84.  
  85. landscap.ps - a file that you can put in front of your own files to get
  86. them rendered in landscape mode.
  87.  
  88. pfbtogs.ps - a utility for converting PFB fonts to plain text form, which
  89. Ghostscript can use: see fonts.doc for more information.
  90.  
  91. pstoppm.ps - a utility for rendering PostScript files onto PPM (bitmap)
  92. files.
  93.  
  94. ps2image.ps - a utility for converting an arbitrary PostScript file into a
  95. .ps file consisting of just bitmaps, one per page.
  96.  
  97. wrfont.ps - a utility for writing out an unprotected Type 1 font, such as
  98. the standard Ghostscript fonts.
  99.  
  100. Odds and ends
  101. -------------
  102.  
  103. empty.ps - an empty file.
  104.  
  105. lines.ps - a test program for line joins and caps.
  106.  
  107. pcharstr.ps - a program to print out the CharStrings and Subrs in a Type 1
  108. font.
  109.  
  110. phonbook.ps - an address/phone book template.
  111.  
  112. ppath.ps - a couple of utilities for printing out the current path, for
  113. debugging.
  114.  
  115. prfont.ps - a program to print a font catalog.
  116.  
  117. quit.ps - a file containing just the word "quit".
  118.  
  119. traceop.ps - a memory usage monitor for debugging.
  120.  
  121. unprot.ps - a program to disable access checking.
  122.